github.com/go-pg/pg/v10/internal/pool.BufReader.lastByte (field)
10 uses
github.com/go-pg/pg/v10/internal/pool (current package)
reader_buf.go#L18: lastByte int
reader_buf.go#L164: b.lastByte = int(p[n-1])
reader_buf.go#L184: b.lastByte = int(b.buf[b.r-1])
reader_buf.go#L237: b.lastByte = int(line[i])
reader_buf.go#L283: b.lastByte = int(line[i])
reader_buf.go#L301: b.lastByte = int(c)
reader_buf.go#L307: if b.lastByte < 0 || b.r == 0 && b.w > 0 {
reader_buf.go#L317: b.buf[b.r] = byte(b.lastByte)
reader_buf.go#L318: b.lastByte = -1
reader_buf.go#L402: b.lastByte = int(line[i])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)